Create proxy to Java app so it can work on the iPhone? [closed]
        Posted  
        
            by Kovu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kovu
        
        
        
        Published on 2010-04-08T21:24:03Z
        Indexed on 
            2010/04/08
            21:33 UTC
        
        
        Read the original article
        Hit count: 150
        
okay guys, these are the facts:
I have a java chat. I can NOT have any develop-revelant information. So this all is static. It's not my chat.
So fact 2: IPad does not have Java and it will not have it in future.
So now, the very hard task: bring this both together.
My idea:
Develope a proxy server for this.
1) The data from the IPad will send to a server.
2) the server recieve data and call the JRE and the complete chat-client
3) The server gets the "chat" himself and send it back to the Ipad
Is that and possible idea or bad? Did I oversee something? Anyone have a idea where to start?
© Stack Overflow or respective owner